home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-07-01 | 1.7 KB | 61 lines | [TEXT/MPS ] |
- ; File: E16.AppleShare
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- ASBufferControl GEQU $0001
- ASByteRangeLock GEQU $0002
- ASSpecialOpenFork GEQU $0003
- ASGetPrivileges GEQU $0004
- ASSetPrivileges GEQU $0005
- ASUserInfo GEQU $0006
- ASCopyFile GEQU $0007
- ASGetUserPath GEQU $0008
- ASOpenDesktop GEQU $0009
- ASCloseDesktop GEQU $000A
- ASGetComment GEQU $000B
- ASSetComment GEQU $000C
- ASGetSrvrName GEQU $000D
- appleShareNetError GEQU $0088 ; AppleShare Network Error
- unknownUser GEQU $007E ; specified user name not registered
- unknownGroup GEQU $007F ; specified group name not the name of a group
- lockRange GEQU $8000
- relativeToEOF GEQU $4000
- seeFolders GEQU $01
- seeFiles GEQU $02
- makeChanges GEQU $0004
- folderOwner GEQU $80
- onDesktop GEQU $0001
- bFOwnAppl GEQU $0002 ; used internally
- bFNever GEQU $0010 ; never SwitchLaunch
- bFAlways GEQU $0020 ; always SwitchLaunch
- shareApplication GEQU $0040 ; set if file is a shareable application
- fileIsInited GEQU $0100 ; seen by Finder
- fileHasChanged GEQU $0200 ; used internally by Finder
- fileIsBusy GEQU $0400 ; copied from File System busy bit
- fileNoCopy GEQU $0800 ; not used in 5.0 and later, formally BOZO
- fileIsSystem GEQU $1000 ; set if file is a system file
- fileHasBundle GEQU $2000
- fileIsInvisible GEQU $4000
- fileIsLocked GEQU $8000
- inTrashWindow GEQU $FFFD
- inDesktopWindow GEQU $FFFE
- inDiskWindow GEQU $0000
- requestReadAccess GEQU $0001
- requestWriteAccess GEQU $0002
- denyReadAccess GEQU $0010
- denyWriteAccess GEQU $0020
- dataForkNum GEQU $0000
- resourceForkNum GEQU $0001
- disableBuffering GEQU $8000
- enableBuffering GEQU $0000
- ; offset constants for GetServerNameRec
- opCount GEQU 0
- ofstNum GEQU 2
- ocommandNum GEQU 4
- ospathname GEQU 6
- oserverName GEQU 10
- ozoneName GEQU 14
-